/* Fix usual WordPress CSS issues */
.navbar-brand img{
    width: auto;
    height: 33px;
    max-width: none;
}

body, .btn, .dropdown-menu{
    font-size: 14.4px;
}
